projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e209b
)
(Fdisplay_completion_list): Require at least two spaces between items.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 20:33:03 +0000
(20:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 20:33:03 +0000
(20:33 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 04f2fd8b8c7e6d68e527168d3790a29932ccee8c..7f36b650607d7d368a92e0216dfa26aa8d376ca7 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1436,7
+1436,7
@@
It can find the completion buffer in `standard-output'.")
if (i & 1)
{
if (XTYPE (Vstandard_output) == Lisp_Buffer)
- Findent_to (make_number (35), make_number (
1
));
+ Findent_to (make_number (35), make_number (
2
));
else
{
do